Skip to main content

Variable Properties

An object defining properties for the Variable class.

LinkedObjectName

The name of the object within the linked document that the variable corresponds to.

Type: string


TextML

A dictionary representing multilingual text values for the variable, allowing for language-specific text retrieval.

Type: Dictionary<string, string>


Key

A unique identifier for the workflow step.

Type: string


IsPublic

Specifies whether the variable is public, allowing access from other components or parts of the workflow.

Type: bool


WorkflowCodeInstance

The workflow code instance associated with the flow object.

Type: IWorkflowCode


CachedDMObjects

The cached document management objects related to the flow object.

Type: IRuntimeDMObjects


LinkedDocumentObjectName

The name of the linked document object that the variable is associated with, if any.

Type: string


TypeCode

The type code associated with the flow object.

Type: WorkflowItemTypeCode
Accepted Values:

NameValue
FlowComment-1
FlowStart10
FlowEnd11
FlowPosition15
FlowAssign21
FlowCompare22
FlowOr24
FlowAnd25
FlowMail26
FlowProfession27
FlowDepartment28
Variable30
FlowScript31
FlowNode33
FlowGroup37
FlowTimer39
FlowTimerStarter40
FlowTimerStopper41
FlowApprovalCancellar42
Pauser44
SubFlowCall51
SubFlowBegin52
SubFlowEnd53
FlowPushNotification54
FlowDocument56
FlowCreateDocument57
FlowDocumentSynchronizer58
FlowStarterPosition59
FlowDocumentState63
FlowUniqueIdCreator65
FlowSetDocumentId66
FlowDeleteDocument67
FlowPDFExport68
FlowXMLExport69
FlowMailSender75
FlowParallel79
FlowContinue80
FlowTrigger81
FlowActionCreator82
FlowDigitallySigning83
FlowGptPrompt84

ValueType

The data type of the variable's value, such as integer, decimal, text, or date.

Type: VariableValueType
Accepted Values:

NameValue
Text0
Integer1
Decimal2
Date3
Money4
Boolean5

IsLinked

Indicates whether the variable is linked to a document control, determining whether its value is sourced from a linked document object.

Type: bool


ValueSourceType

The source type of the variable's value, which determines where the value is retrieved from (e.g., document, position, profession).

Type: int


Name

Name for the workflow step.

Type: string


Value

The value of the variable. It can be a simple data type or a complex object, depending on the variable's configuration and source.

Type: object


Text

The text representation of the variable, used for displaying purposes, especially when the variable is linked to a document control.

Type: string


IsHtml

Indicates whether the variable's value or text should be treated as HTML content.

Type: bool


Caption

The caption dictionary representing localized captions for the flow object.

Type: Dictionary<string, string>